home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 3 / Light ROM 3 - Disc 2.iso / programs / amiga / wasp / wasp121.lha / misc / TODO < prev   
Text File  |  1991-10-19  |  926b  |  26 lines

  1. optimize hm counting methods by computing newcol and error only once
  2. add iterative ham conversion
  3. automatic border clipping
  4. asc configuration file
  5. avoid/fix horizontal striping in sliced output
  6. delete SHAMBLACK code
  7. read gif89a
  8. read/write rgbn/rgb8
  9. handle iff input with a masking bitplane by skipping
  10.     the last bitplane or adapting colormap so it can be processed
  11. read/write ppm
  12. check correctness of no, mu, wf, wf2, hs, hs2, con, ehb conversions
  13. read/write sliced EHB
  14. speedups, eg. readiff nextc, profile iff creation, srgr i/o more buffering
  15. profile wf distribution method
  16. use hamlab input filters, read input from stdin, write output to stdout
  17.     either 0 bytes (not recognized) or raw 24bits rgb with an 11 byte
  18.     header:
  19.     char magic[3]="HL2";
  20.     short width;
  21.     short height;
  22.     long unknown=0x00302020;
  23. possibility to read from stdin and write to stdout with - for filename, do
  24.     all messages go to stderr?
  25. use tad input filters
  26.